Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Reading Level
      Reading Level
      Clear All
      Reading Level
  • Content Type
      Content Type
      Clear All
      Content Type
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
      More Filters
      Clear All
      More Filters
      Item Type
    • Is Full-Text Available
    • Subject
    • Publisher
    • Source
    • Donor
    • Language
    • Place of Publication
    • Contributors
    • Location
8 result(s) for "Galloway, Scott, author"
Sort by:
Professional ASP.NET MVC 5
ASP.NET MVC insiders cover the latest updates to the technology in this popular Wrox reference MVC 5 is the newest update to the popular Microsoft technology that enables you to build dynamic, data-driven websites. Like previous versions, this guide shows you step-by-step techniques on using MVC to best advantage, with plenty of practical tutorials to illustrate the concepts. It covers controllers, views, and models; forms and HTML helpers; data annotation and validation; membership, authorization, and security. -MVC 5, the latest version of MVC, adds sophisticated features such as single page applications, mobile optimization, and adaptive rendering -A team of top Microsoft MVP experts, along with visionaries in the field, provide practical advice on basic and advanced MVC topics -Covers controllers, views, models, forms, data annotations, authorization and security, Ajax, routing, ASP.NET web API, dependency injection, unit testing, real-world application, and much more Professional ASP.NET MVC 5 is the comprehensive resource you need to make the best use of the updated Model-View-Controller technology.
The algebra of happiness : notes on the pursuit of success, love, and meaning
\"[A] provocative book of hard-won wisdom for achieving a fulfilling career and life, based on his viral video of the same name. Scott Galloway teaches brand strategy at NYU's Stern School of Business, but often his class veers to life strategy. His students are smart and hardworking, but they struggle with life's biggest questions, just like the rest of us. What's the formula for a life well lived? How can you have a meaningful career, not just a lucrative one? Is work/life balance really possible? What does it take to make a long-term relationship succeed? Galloway explores these and many other questions in the take-no-prisoners style that has made him a sought-after commentator and YouTube star\"-- Provided by publisher.
Professional ASP.NET MVC 4
An outstanding author team presents the ultimate Wrox guide to ASP.NET MVC 4Microsoft insiders join giants of the software development community to offer this in-depth guide to ASP.NET MVC, an essential web development technology. Experienced .NET and ASP.NET developers will find all the important information they need to build dynamic, data-driven websites with ASP.NET and the newest release of Microsoft's Model-View-Controller technology. Featuring step-by-step guidance and lots of code samples, this guide gets you started and moves all the way to advanced topics, using plenty of examples.Designed to give experienced .NET and ASP.NET programmers everything needed to work with the newest version of MVC technology Expert author team includes Microsoft ASP.NET MVC insiders as well as leaders of the programming community Covers controllers, views, models, forms and HTML helpers, data annotation and validation, membership, authorization, security, and routing Includes essential topics such as Ajax and jQuery, NuGet, dependency injection, unit testing, extending MVC, and Razor Includes additional real-world coverage requested by readers of the previous edition as well as a new case study example chapter
Post corona : from crisis to opportunity
\"New York Times bestselling author Scott Galloway argues, the pandemic has not been a change agent so much as an accelerant of trends already well underway. In Post Corona, he outlines the contours of the crisis and the opportunities that lie ahead. Some businesses, like the powerful tech monopolies, will thrive as a result of the disruption. Other industries, like higher education, will struggle to maintain a value proposition that no longer makes sense when we can't stand shoulder to shoulder. And the pandemic has accelerated deeper trends in government and society, exposing a widening gap between our vision of America as a land of opportunity, and the troubling realities of our declining wellbeing.\"-- Provided by publisher.
Professional ASP.NET MVC 3
New edition of the top book on MVC from the top ASP.NET experts at Microsoft!MVC 3.0 is the latest update to Microsoft's Model-View-Controller technology, which enables developers to build dynamic, data-driven web sites. This in-depth book shows you step by step how to use MVC 3.0. Written by top ASP.NET MVC experts at Microsoft, the latest edition of this popular book covers new and updated features such as the new View engine, Razor, NuGet, and much more. The book's practical tutorials reinforce concepts and allow you create real-world applications. Topics include controllers and actions, forms and HTML helpers, Ajax, unit testing, and much more.Shows developers and programmers how to use ASP.NET MVC 3.0, Microsoft's new version of its Model-View-Controller technology for developing dynamic, data-driven web sitesFeatures an expert author team?all are members of Microsoft's ASP.NET teamUses a step-by-step approach to explain all major features and functionalities and provides practical tutorials to allow you to create real-world applicationsGoes into theory as well as practical application and covers such topics as Razor, NuGet (PowerShell inside Visual Studio 2010), and new layout featuresMove your development skills to the next level with MVC 3.0 and Professional ASP.NET MVC 3.0.
Professional ASP.NET MVC 2
Top-selling MVC book from a top team at Microsoft—now fully updated!ASP.NET MVC 2.0 is now available and shipping with Visual Studio 2010 and .NET 4. A new update to Microsoft’s Model-View-Controller technologies, MVC 2 enables developers to build dynamic, data-driven Web sites.Professional ASP.NET MVC 2shows you step-by-step how to use MVC 2. You’ll learn both the theory behind MVC 2, as well as walk through practical tutorials, where you’ll create a real-world application. Topics include transitioning from ASP.NET development, as well as an overview of related tools and technologies, including LINQ, jQuery, and REST.This book is divided into two very broad sections, each comprising several chapters.The first half of the book is concerned with introducing the MVC pattern and how ASP.NET MVC 2implements that pattern.Chapter 1'NerdDinner'uses a small but complete application to walk you through how to build an ASP.NET MVC 2 application and some of the core concepts behind ASP.NET 2 MVC.Chapter 2 'Model-View-Controller and ASP.NET' starts off with a description of the Model-View-Controller pattern, explaining the basic concepts of the pattern and providing a bit of its history. The chapter goes on to describe the state of the MVC pattern on the web today as it is implemented by various frameworks, such as ASP.NET MVC 2.Chapter 3 'ASP.NET > ASP.NET MVC' then covers the ways that ASP.NET MVC is different from ASP.NET Web Forms.Chapter 4'Routes and URLs'digs deep into routing to describe the role that URLs play in your application and how routing figures into that. It also differentiates routing from URL rewriting and covers a bit on extending routing and writing unit tests for routes.Chapter 5 'Controllers'takes a look at controllers and controller actions-what they are, and how to write them. It also covers action results, which are returned by controller actions and what they are used for.Chapters 6 'Views' and 7 'Ajax'cover views and view engines, and then add a little flavor on top by examining the role that AJAX plays in your views.The second half of the book focuses entirely on advanced techniques and extending the framework.Chapter 8 'Filters'goes into detail on action filters, which provide an extensibility point for adding cross-cutting behaviors to action methods.Chapter 9 'SecuringYour Application'covers security and good practices for building a secure application.Chapter 10 'Test Driven Development with ASP.NET MVC'provides a brief introduction to Test Driven Development (TDD) as it applies to ASP.NET MVC.Chapter 11 'Testable Design Patterns'shows you real-world patterns and practices for building applications that are testable.Chapter 12 'The Best of Both Worlds: Web Forms and MVC Together'discusses how Web Forms and MVC work together.Chapter 13 'What's New in ASP.NET MVC 2'covers what's new in MVC 2.This book is for web developers who are looking to add more complete testing to their web sites, and who are perhaps ready for 'something different.'In some places, we assume that you're somewhat familiar with ASP.NET WebForms, at least peripherally. There are a lot of ASP.NET WebForms developers out there who are interested in ASP.NET MVC so there are a number of places in this book where we contrast the two technologies. Even if you're not already an ASP.NET developer, you might still find these sections interesting for context, as well as for your own edification as ASP.NET MVC may not be the web technology that you're looking for.